From de2807b95762816e13b282e782ba334d41559232 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 9 Jun 2016 13:57:37 +0100 Subject: [PATCH] libxc: honour XEN_LOG_DIR in xc_dom_core.c Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Acked-by: Ian Jackson --- tools/libxc/xc_dom_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxc/xc_dom_core.c b/tools/libxc/xc_dom_core.c index 55c779dbaf..ebada8923d 100644 --- a/tools/libxc/xc_dom_core.c +++ b/tools/libxc/xc_dom_core.c @@ -33,13 +33,14 @@ #include "xg_private.h" #include "xc_dom.h" +#include "_paths.h" /* ------------------------------------------------------------------------ */ /* debugging */ -static const char *default_logfile = "/var/log/xen/domain-builder-ng.log"; +static const char *default_logfile = XEN_LOG_DIR "/domain-builder-ng.log"; int xc_dom_loginit(xc_interface *xch) { if (xch->dombuild_logger) return 0; -- 2.30.2